projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10f865f
)
term/x-win.el (x-selection-value): If utf8 was successful but
author
Kenichi Handa
<handa@m17n.org>
Mon, 16 Aug 2004 00:04:03 +0000
(
00:04
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 16 Aug 2004 00:04:03 +0000
(
00:04
+0000)
ctext was not, use utf8 string.
lisp/term/x-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/x-win.el
b/lisp/term/x-win.el
index d97008094136542201794ea9045c72ce95d7ed4f..61602d1f35596e724f8dbc30a7968c666094a62c 100644
(file)
--- a/
lisp/term/x-win.el
+++ b/
lisp/term/x-win.el
@@
-2212,7
+2212,8
@@
order until succeed.")
(if utf8
(setq text (x-select-utf8-or-ctext utf8 ctext))
;; Othewise, choose CTEXT.
- (setq text ctext))))
+ (setq text ctext))
+ (setq text utf8)))
;; If not yet decided, try STRING.
(or text
(setq text (condition-case nil